close driver
Type
command
Summary
Closes a device driver that was opened with the open driver command.
Syntax
close driver <deviceName>
Description
Use the close driver command after you're finished communicating with a peripheral device.
Any device drivers you have opened are closed automatically when you quit the application.
Parameters
Name | Type | Description |
---|---|---|
deviceName | The name of a device driver that's installed on the system and that you have previously opened with the open driver command. |
Examples
close driver (line 2 of the driverNames)
close driver "USBCam1"
Related
glossary: command, device driver, peripheral device
command: close file, write to driver, open driver
Compatibility and Support
Introduced
LiveCode 1.1.1
OS
mac
windows
linux
Platforms
desktop
server